Channel: DevTips
Category: Education
Tags: how toregexpcssdev tipsweb design tutsfriendly internetdesigner who codesprototypingadvicecapture groupsdevelopment advicegraphic designerweb designtipscode editingcodingnon-capture groupsdesignregular expressionsalternationcapturinghtmlweb developmenttutorialprogrammingdesigners who codenon-capturingcoding tutorialnet tutsdesign prototypinggraphic designjavascriptregexweb tutsprogramming help
Description: This episodes shows the basics of how to use capture groups (), non-capture groups (?:) and alternation (|) in Regular Expressions in JavaScript. The editor is called Visual Studio Code and is free π» code.visualstudio.com Code used in the episode π gist.github.com/chhib/e005e0e9d48cc81529139afdc2ccecc8 If you're totally new to regex you should definitely watch the first video with the basic basics of regular expressions in JavaScript βΆοΈ youtube.com/watch?v=VrT3TRDDE4M The plugin used is called Quokka.js and has both a free and a pro version. There's a sponsored video on Fun Fun Function showing off Quokka in depth: βΆοΈ youtube.com/watch?v=W4brAobC2Hc Learn more about Regular Expressions on MDN π developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions Regex Tester websites π regexpal.com π regex101.com π regexr.com